home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / test33.sgm < prev    next >
Encoding:
Text File  |  1992-02-05  |  725 b   |  18 lines

  1. <!doctype doc [
  2. <!element doc - o any>
  3. <!entity % data
  4. "                                                                            
  5.                 xyz                                                            
  6.                                                                             ">
  7. <!entity foo sdata "foo">
  8. <!entity sent sdata "%data;">
  9. <!entity gent "%data;">
  10.  
  11. <!attlist doc att names #implied>
  12. ]>
  13. <doc
  14. att="                                                                       
  15.                                                                             
  16.                                                                             
  17.                            foo&sent;&sent;&gent;&sent;bar &foo;bar &foo; bar">
  18.